home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- QueryField = {
- ACTIONS = {
- prevQ:;
- nextQ:;
- };
- SUPERCLASS = TextField;
- };
- Oxq = {
- ACTIONS = {
- enterSelection:;
- print:;
- help:;
- search:;
- findPanel:;
- quit:;
- lookup:;
- prevQ:;
- byQuote:;
- showAbout:;
- preferences:;
- quoteBtnHit:;
- pageLayout:;
- contents:;
- };
- OUTLETS = {
- oxqWindow;
- numFound;
- queryButton;
- prevQ;
- quotes;
- byQuote;
- nextQ;
- query;
- search;
- };
- SUPERCLASS = Application;
- };
-